.gallery_section.gallery-page {
    padding-top: 30px;
}
/* 
.gallery_container#gallery_page {
    margin: 30px 0;
    margin-bottom: 50px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-auto-rows: 1fr;
}

.gallery_container#gallery_page .gallery_image {
    height: minmax(auto, 300px);
    width: 100%;
    transition: all 0.2s ease-out;
    object-fit: contain;
} */